getExtras

open fun getExtras(@NonNull notification: Notification): Bundle(source)

Deprecated

Call extras directly.

Gets the extras field from a notification in a backwards compatible manner. Extras field was supported from JellyBean (Api level 16) forwards. This function will return null on older api levels.